ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewRequest<T> Class / Skip Property

In This Topic
    Skip Property (CollectionViewRequest<T>)
    In This Topic
    Gets or sets the skip items' count from the start.
    Syntax
    'Declaration
     
    Public Property Skip As Integer
    public int Skip {get; set;}
    See Also